diff options
author | clement <clement@FreeBSD.org> | 2004-01-26 01:03:45 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-26 01:03:45 +0800 |
commit | 12df545cea5fa03fd6b5d736b168db924e961896 (patch) | |
tree | 24eda2724d51a9c467174f2f51c3625db98d4e00 /mail | |
parent | f0d87db4a63da23b012dbf39f08d470a65e863dd (diff) | |
download | freebsd-ports-gnome-12df545cea5fa03fd6b5d736b168db924e961896.tar.gz freebsd-ports-gnome-12df545cea5fa03fd6b5d736b168db924e961896.tar.zst freebsd-ports-gnome-12df545cea5fa03fd6b5d736b168db924e961896.zip |
- Use PLIST_FILES
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail-remove/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-remove/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-remove/Makefile b/mail/qmail-remove/Makefile index fd4cc892f75b..3d7fa903f936 100644 --- a/mail/qmail-remove/Makefile +++ b/mail/qmail-remove/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.linuxmagic.com/opensource/qmail/qmail-remove/ MAINTAINER= clement@FreeBSD.org COMMENT= Removes messages from your qmail queue based on a particular string +PLIST_FILES= sbin/qmail-remove PORTDOCS= INSTALL LICENSE README do-build: diff --git a/mail/qmail-remove/pkg-plist b/mail/qmail-remove/pkg-plist deleted file mode 100644 index 7517b42d4ebc..000000000000 --- a/mail/qmail-remove/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/qmail-remove |