diff options
-rw-r--r-- | deskutils/xpostit/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xpostit/pkg-plist | 1 | ||||
-rw-r--r-- | editors/bvi/Makefile | 5 | ||||
-rw-r--r-- | editors/bvi/pkg-plist | 2 | ||||
-rw-r--r-- | editors/xed/Makefile | 2 | ||||
-rw-r--r-- | editors/xed/pkg-plist | 1 | ||||
-rw-r--r-- | mail/elmo-devel/Makefile | 6 | ||||
-rw-r--r-- | mail/elmo-devel/pkg-plist | 2 | ||||
-rw-r--r-- | news/cg/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/piewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/piewm/pkg-plist | 1 |
11 files changed, 9 insertions, 20 deletions
diff --git a/deskutils/xpostit/Makefile b/deskutils/xpostit/Makefile index d50a0e2b75e2..07237f0533f1 100644 --- a/deskutils/xpostit/Makefile +++ b/deskutils/xpostit/Makefile @@ -15,7 +15,5 @@ COMMENT= PostIt (R) messages onto your X11 screen USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/xpostit -MAN1= xpostit.1 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/deskutils/xpostit/pkg-plist b/deskutils/xpostit/pkg-plist index f6a20d331fe7..fccb2d5c7457 100644 --- a/deskutils/xpostit/pkg-plist +++ b/deskutils/xpostit/pkg-plist @@ -1,3 +1,4 @@ bin/xpostit lib/X11/app-defaults/XPostit lib/X11/app-defaults/XPostit-color +man/man1/xpostit.1.gz diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index bbd41bd66b54..104a368f6b81 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -13,9 +13,4 @@ COMMENT= A vi-like binary file (hex)editor GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} -MAN1= bvi.1 bmore.1 -MLINKS= bvi.1 bview.1 \ - bvi.1 bvedit.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/editors/bvi/pkg-plist b/editors/bvi/pkg-plist index d0914c0d38cc..2f603ca6be07 100644 --- a/editors/bvi/pkg-plist +++ b/editors/bvi/pkg-plist @@ -2,5 +2,7 @@ bin/bmore bin/bvedit bin/bvi bin/bview +man/man1/bmore.1.gz +man/man1/bvi.1.gz %%DATADIR%%/bmore.help @dirrm %%DATADIR%% diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 1fe4e27004cf..f4fbd9e8f621 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -15,9 +15,7 @@ COMMENT= Text editor for X USES= imake USE_XORG= xaw -MAN1= xed.1 -NO_STAGE= yes pre-build: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|extern char \*malloc();|/\* extern char \*malloc(); \*/|g' diff --git a/editors/xed/pkg-plist b/editors/xed/pkg-plist index d9e859ea855e..ae3b12296894 100644 --- a/editors/xed/pkg-plist +++ b/editors/xed/pkg-plist @@ -1,4 +1,5 @@ bin/xed lib/X11/xed/xed.help lib/X11/app-defaults/Xed +man/man1/xed.1.gz @dirrm lib/X11/xed diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index c6ca963323e7..fec3a6b3d62e 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -24,9 +24,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= elmo.1 elmoconf.pl.1 - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -54,7 +51,4 @@ post-patch: @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> diff --git a/mail/elmo-devel/pkg-plist b/mail/elmo-devel/pkg-plist index d1a7aced595b..1432252e7c0f 100644 --- a/mail/elmo-devel/pkg-plist +++ b/mail/elmo-devel/pkg-plist @@ -7,5 +7,7 @@ bin/elmoconf.pl %%DATADIR%%/tutorial %%NLS%%share/locale/de/LC_MESSAGES/elmo.mo %%NLS%%share/locale/pl/LC_MESSAGES/elmo.mo +man/man1/elmo.1.gz +man/man1/elmoconf.pl.1.gz @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% diff --git a/news/cg/Makefile b/news/cg/Makefile index 8906b757c43b..7d11a3b627f7 100644 --- a/news/cg/Makefile +++ b/news/cg/Makefile @@ -11,8 +11,7 @@ COMMENT= Semi-automatic newsgroup binary downloader GNU_CONFIGURE= yes -MAN1= cg.1 -PLIST_FILES= bin/cg +PLIST_FILES= bin/cg \ + man/man1/cg.1.gz -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile index cb317dbf4b00..028cb25ebf6f 100644 --- a/x11-wm/piewm/Makefile +++ b/x11-wm/piewm/Makefile @@ -13,9 +13,7 @@ COMMENT= tvtwm with pie (circular) menus USES= imake DISABLE_SIZE= yes USE_XORG= xbitmaps xpm xmu -MAN1= piewm.1 CFLAGS+= -Wno-return-type -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11-wm/piewm/pkg-plist b/x11-wm/piewm/pkg-plist index d73ef90de3d4..53162142a235 100644 --- a/x11-wm/piewm/pkg-plist +++ b/x11-wm/piewm/pkg-plist @@ -1,4 +1,5 @@ bin/piewm bin/ssetroot lib/X11/piewm/system.twmrc +man/man1/piewm.1.gz @dirrm lib/X11/piewm |