diff options
author | tron <tron@pkgsrc.org> | 2003-02-26 10:09:59 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-02-26 10:09:59 +0000 |
commit | 37e03bcda670092d7cb54fd7352eeb0e12ac0b70 (patch) | |
tree | 50a050b8c19cc88171c6b7fa2b5972bfd42f8349 /editors | |
parent | ecfb83ec431940ebedbb6f874dea922330516583 (diff) | |
download | pkgsrc-37e03bcda670092d7cb54fd7352eeb0e12ac0b70.tar.gz |
Remove unnecessary "@exec ${MKDIR} %D/lib/xemacs" because
"@exec ${MKDIR} %D/lib/xemacs/site-lisp" will create that directory, too.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-current/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/xemacs-current/PLIST b/editors/xemacs-current/PLIST index 2540d315daf..b868b604e6d 100644 --- a/editors/xemacs-current/PLIST +++ b/editors/xemacs-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/01/18 05:45:42 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/02/26 10:09:59 tron Exp $ bin/${EMACSVER} bin/ellcc bin/gnuattach @@ -10,7 +10,6 @@ bin/xemacs-b2m bin/xemacs-ctags bin/xemacs-etags bin/xemacs-rcs-checkin -@exec ${MKDIR} %D/lib/xemacs @exec ${MKDIR} %D/lib/xemacs/site-lisp @exec ${MKDIR} %D/lib/xemacs/site-modules lib/${EMACSVER}/${MACHINE_GNU_PLATFORM}/DOC |