Move PLIST_FILES from Makefile to pkg-plist.

This commit is contained in:
MANTANI Nobutaka 2005-01-15 09:59:10 +00:00
parent 39d475d92f
commit d7a44d9b2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126491
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= tcpick
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -19,8 +20,6 @@ GNU_CONFIGURE= yes
MANLANG= "" it
MAN8= tcpick.8
PLIST_FILES= bin/tcpick
post-install:
${MKDIR} ${PREFIX}/man/it/man8
${MV} ${PREFIX}/man/man8/tcpick_italian.8 ${PREFIX}/man/it/man8/tcpick.8

3
net/tcpick/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/tcpick
@unexec rmdir %D/man/it/man8 2>/dev/null || true
@unexec rmdir %D/man/it 2>/dev/null || true