diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-25 16:50:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-25 16:50:34 +0000 |
commit | 3351cc203f9fa37cda9fc37c15ff98b554470de2 (patch) | |
tree | dd06ef63fb7aac213721df7a15e07a635b2ed246 /misc/acron | |
parent | c63852595e86df82d76236a3a951cc520b85c18e (diff) | |
download | ports-3351cc203f9fa37cda9fc37c15ff98b554470de2.tar.gz ports-3351cc203f9fa37cda9fc37c15ff98b554470de2.zip |
Notes
Diffstat (limited to 'misc/acron')
-rw-r--r-- | misc/acron/Makefile | 1 | ||||
-rw-r--r-- | misc/acron/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile index 294d292b78d6..94c475a24ef6 100644 --- a/misc/acron/Makefile +++ b/misc/acron/Makefile @@ -17,6 +17,7 @@ COMMENT= Database of acronyms and abbreviations NO_BUILD= yes USE_REINPLACE= yes +PLIST_FILES= bin/whats bin/acron share/misc/acron post-patch: @${REINPLACE_CMD} -e "s|\@\@PREFIX\@\@|${PREFIX}|g;" ${WRKSRC}/whats diff --git a/misc/acron/pkg-plist b/misc/acron/pkg-plist deleted file mode 100644 index 745162d88edf..000000000000 --- a/misc/acron/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/whats -@exec ln -sf %D/%F %B/acron -@unexec rm %B/acron -share/misc/acron |