diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /japanese/kpcal | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.gz freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.zst freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'japanese/kpcal')
-rw-r--r-- | japanese/kpcal/Makefile | 3 | ||||
-rw-r--r-- | japanese/kpcal/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kpcal/Makefile b/japanese/kpcal/Makefile index ea85dbf40804..7414916e5e62 100644 --- a/japanese/kpcal/Makefile +++ b/japanese/kpcal/Makefile @@ -22,7 +22,8 @@ COMMENT= Make Calendar in Postscript format USE_REINPLACE= yes ALL_TARGET= kpcal -MAN1= kpcal.1 +MAN1= kpcal.1 +PLIST_FILES= bin/kpcal post-patch: ${REINPLACE_CMD} -e 's/long/time_t/' ${WRKSRC}/kpcal.c diff --git a/japanese/kpcal/pkg-plist b/japanese/kpcal/pkg-plist deleted file mode 100644 index 05d1de73f3a2..000000000000 --- a/japanese/kpcal/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kpcal |