diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:00:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-15 01:00:11 +0000 |
commit | 2fbcbd3a35220578b45a0bcc0c8c8b372130e155 (patch) | |
tree | 07a507bda4d4dfdc855280cf3c15b591fd8290cf /misc/cuecat | |
parent | e7b88d1fd773e0e11e4a8d42fa92b55933dc4711 (diff) | |
download | ports-2fbcbd3a35220578b45a0bcc0c8c8b372130e155.tar.gz ports-2fbcbd3a35220578b45a0bcc0c8c8b372130e155.zip |
Note extra files and remove extra directories on uninstall.
Notes
Notes:
svn path=/head/; revision=41391
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 1 | ||||
-rw-r--r-- | misc/cuecat/pkg-plist | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index aec47802812c..e27389d73272 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -7,6 +7,7 @@ PORTNAME= cuecat PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= http://www.mired.org/downloads/ \ http://mwm.tzo.com/downloads/ diff --git a/misc/cuecat/pkg-plist b/misc/cuecat/pkg-plist index 3ab139472ab2..5008dd8f4ed9 100644 --- a/misc/cuecat/pkg-plist +++ b/misc/cuecat/pkg-plist @@ -1,3 +1,6 @@ bin/cuecat -lib/%%PYTHON_VERSION%%/site-packages/cuecat.py lib/%%PYTHON_VERSION%%/site-packages/barcode.py +lib/%%PYTHON_VERSION%%/site-packages/barcode.pyo +lib/%%PYTHON_VERSION%%/site-packages/cuecat.py +lib/%%PYTHON_VERSION%%/site-packages/cuecat.pyo +@unexec rmdir %D/lib/%%PYTHON_VERSION%%/site-packages 2>/dev/null || true |