diff options
-rw-r--r-- | japanese/oleo/Makefile | 1 | ||||
-rw-r--r-- | japanese/oleo/pkg-plist | 5 | ||||
-rw-r--r-- | www/w3/Makefile | 4 | ||||
-rw-r--r-- | www/w3/pkg-plist | 5 |
4 files changed, 3 insertions, 12 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index e9ae6f8613c3..dcd625ead7de 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GNU_CONFIGURE= yes USE_XLIB= yes +INFO= oleo .include <bsd.port.pre.mk> diff --git a/japanese/oleo/pkg-plist b/japanese/oleo/pkg-plist index 3d3ef40a6dad..694b286ff4a7 100644 --- a/japanese/oleo/pkg-plist +++ b/japanese/oleo/pkg-plist @@ -1,9 +1,4 @@ bin/oleo -info/oleo.info -info/oleo.info-1 -info/oleo.info-2 -info/oleo.info-3 -info/oleo.info-4 share/afm/Courier-Bold.afm share/afm/Courier-BoldOblique.afm share/afm/Courier-Oblique.afm diff --git a/www/w3/Makefile b/www/w3/Makefile index 68830df675ff..ec64495965fb 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -33,7 +33,7 @@ ELISPDIR?= ${PREFIX}/share/emacs/site-lisp INFODIR= ${PREFIX}/info ADDIR= ${X11BASE}/lib/X11/app-defaults DIRSECTION= The Emacs editor and associated tools -INFOFILE= w3.info +INFO= w3 post-build: .for f in DEINSTALL INSTALL dot.emacs user-install @@ -41,7 +41,7 @@ post-build: -e "s,%PREFIX%,${PREFIX},g" \ -e "s,%INFODIR%,${INFODIR},g" \ -e "s,%ELISPDIR%,${ELISPDIR},g" \ - -e "s,%INFOFILE%,${INFOFILE},g" \ + -e "s,%INFOFILE%,${INFO:S/$/.info/},g" \ -e "s,%ADDIR%,${ADDIR},g" \ -e "s,%TOUCH%,${TOUCH},g" \ -e "s,%MKDIR%,${MKDIR},g" \ diff --git a/www/w3/pkg-plist b/www/w3/pkg-plist index fc5171711519..60ec084a2bc5 100644 --- a/www/w3/pkg-plist +++ b/www/w3/pkg-plist @@ -1,8 +1,3 @@ -info/w3.info -info/w3.info-1 -info/w3.info-2 -info/w3.info-3 -info/w3.info-4 share/doc/w3/clean-cache share/doc/w3/w3.txi share/doc/w3/Makefile |